home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00197_doll_auto.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  587 b   |  20 lines

  1. on mouseUp
  2.   mouseClick()
  3.   set oldSprites to saveSprites()
  4.   set oldCursors to saveCursors()
  5.   clearCursors()
  6.   set the visible of sprite 3 to 0
  7.   set the visible of sprite 6 to 0
  8.   set the visible of sprite 7 to 0
  9.   set the visible of sprite 8 to 0
  10.   set the visible of sprite 9 to 0
  11.   set the visible of sprite 10 to 0
  12.   set the visible of sprite 11 to 0
  13.   updateStage()
  14.   set saveDelim to the itemDelimiter
  15.   set the itemDelimiter to ":"
  16.   set volName to item 1 of the pathName & ":\"
  17.   play frame the movie of movie volName & "PIX\SLIDESHO"
  18.   set the itemDelimiter to saveDelim
  19. end
  20.